- stop using dh --parallel, it's the default now
- don't use autoreconf and systemd addons explicitly, they are
the default now
and mark gir1.2-ostree-1.0 as Multi-Arch: same
* libostree-dev: stop depending on ostree. It isn't necessary to
use the library, and would break multiarch installability
+ * Move to debhelper compat level 10
+ - stop using dh --parallel, it's the default now
+ - don't use autoreconf and systemd addons explicitly, they are
+ the default now
-- Simon McVittie <smcv@debian.org> Wed, 21 Sep 2016 21:58:32 +0100
attr,
bison,
cpio,
- debhelper (>= 9),
- dh-autoreconf,
- dh-systemd,
+ debhelper (>= 10~),
docbook-xml,
docbook-xsl,
e2fslibs-dev,
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
- dh $@ --parallel --with=autoreconf,gir,systemd
+ dh $@ --with=gir
override_dh_auto_clean:
if [ -e Makefile ]; then dh_auto_clean; fi